home *** CD-ROM | disk | FTP | other *** search
/ Champak 25 / Volume 25 - JOGO DISK .iso / interface / browser.swf / scripts / DefineButton2_248 / BUTTONCONDACTION on(release).as
Text File  |  2006-11-08  |  233b  |  12 lines

  1. on(release){
  2.    if(_root.comando == "LINK")
  3.    {
  4.       getURL(_root.caminho,"");
  5.    }
  6.    else
  7.    {
  8.       getURL("FSCommand:" add _root.comando,"%org%" + _root.caminho);
  9.    }
  10.    _level6.barra_superior.som.gotoAndStop(2);
  11. }
  12.